home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 April / PC för Alla 0504.iso / noje / arcade-3.6.exe / pong.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2003-06-17  |  155 b   |  9 lines

  1. speedx = - speedx;
  2. if(random("4") < "1")
  3. {
  4.    speedy = - speedy;
  5. }
  6. setProperty("/ball", _X, "200");
  7. setProperty("/ball", _Y, "148");
  8. pause = "30";
  9.